home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gcc-263 / config / msdos / libgcc.mak < prev    next >
Encoding:
Text File  |  1995-01-18  |  612 b   |  20 lines

  1. *** orig/gcc-263/config/msdos/libgcc.mak    Sat Dec 17 17:54:16 1994
  2. --- src/gcc-263/config/msdos/libgcc.mak    Sat Dec 17 18:33:54 1994
  3. ***************
  4. *** 0 ****
  5. --- 1,14 ----
  6. + # Build libgcc.a
  7. + libgcc.a : libgcc1.c libgcc2.c mklibgcc
  8. +     ./mklibgcc -c
  9. +     ./mklibgcc '$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)' libgcc1.c $(LIB1FUNCS)
  10. +     ./mklibgcc '$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)' libgcc2.c $(LIB2FUNCS)
  11. +     -command /c mklibnow.bat
  12. +     -command /c del libgcc.a
  13. +     ar rvs libgcc.a lgcctmp/*.o
  14. + mklibgcc : config/msdos/mklibgcc.c
  15. +     gcc $(CFLAGS) $^ -o $@
  16.